runtime.m.mallocing (field)

27 uses

	runtime (current package)
		arena.go#L462: 	if mp.mallocing != 0 {
		arena.go#L468: 	mp.mallocing = 1
		arena.go#L485: 		mp.mallocing = 0
		arena.go#L518: 	mp.mallocing = 0
		arena.go#L650: 	if mp.mallocing != 0 {
		arena.go#L656: 	mp.mallocing = 1
		arena.go#L708: 	mp.mallocing = 0
		cgocheck.go#L48: 	if gp.m.mallocing != 0 {
		iface.go#L127: 	if getg().m.mallocing != 0 {
		malloc.go#L1010: 	if mp.mallocing != 0 {
		malloc.go#L1016: 	mp.mallocing = 1
		malloc.go#L1083: 				mp.mallocing = 0
		malloc.go#L1215: 	mp.mallocing = 0
		mgcsweep.go#L467: 	if gp.m.locks == 0 && gp.m.mallocing == 0 && gp != gp.m.g0 {
		mgcsweep.go#L506: 	if gp.m.locks == 0 && gp.m.mallocing == 0 && gp != gp.m.g0 {
		mheap.go#L1658: 	gp.m.mallocing++
		mheap.go#L1663: 	gp.m.mallocing--
		panic.go#L63: 	if gp != nil && gp.m != nil && gp.m.mallocing != 0 {
		panic.go#L77: 	if gp != nil && gp.m != nil && gp.m.mallocing != 0 {
		panic.go#L843: 	if gp.m.mallocing != 0 {
		panic.go#L1246: 	gp.m.mallocing++
		panic.go#L1351: 	if mp.locks != 1 || mp.mallocing != 0 || mp.throwing != throwTypeNone || mp.preemptoff != "" || mp.dying != 0 {
		preempt.go#L287: 	return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
		proc.go#L4936: 	getg().m.mallocing++
		proc.go#L5009: 	getg().m.mallocing--
		proc.go#L5857: 		print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
		runtime2.go#L552: 	mallocing     int32